home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- set the foreColor of member "url link" to 0
- puppetSound(3, "over")
- end
-
- on mouseLeave
- set the foreColor of member "url link" to 215
- end
-
- on mouseUp
- puppetSound(2, "click")
- gotoNetPage("http://www.corbisimages.com/redcd/default.asp", "_new")
- end
-